/*
 * COPYRIGHT (c) 2010 by Institute of Computer Science, 
 * Foundation for Research and Technology - Hellas
 * Contact: 
 *      POBox 1385, Heraklio Crete, GR-700 13 GREECE
 *      Tel:+30-2810-391632
 *      Fax: +30-2810-391638
 *      E-mail: isl@ics.forth.gr
 *      http://www.ics.forth.gr/isl/cci.html
 * 
 * This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 
 * Unported License (http://creativecommons.org/licenses/by-sa/3.0/)
*/

In this distribution there are 4 folders:
- examples-documentation
- LidoToCIDOC
- URIpolicies
- Gui

In folder examples-documentation there are the 2 xml files used as input example
files: MappingLidoToCidoc.xml and exampleLido.xml.

In folders LidoToCIDOC, URIpolicies kai Gui there are the packages sources,
projects batch files for compilation (compile.bat...) and javadoc files
discribing the packages.

Folder Gui\dist contains all the libraries needed (jar files) to run Mapping tool,
the library "LidoToCIDOC.jar" contains the classes periexei for th etransformation
while the library "gui.jar" contains the gui interface and the tool main function.

You can invoke the Mapping tool, by double-click on "gui.jar" (or by calling run.bat) . 

You can also invoke the Mapping tool without its graphical user interface by 
using class "LidoToCidocConvertion" defined in "LidoToCIDOC.jar".
See more information on how to invoke it in javadoc: LidoToCidoc\javadocs\index.html

